home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
convert
/
sox10dos
/
testall.sh
< prev
next >
Wrap
Text File
|
1993-10-04
|
348b
|
22 lines
effect="$*"
t() {
format=$1
shift
opts="$*"
echo "Format: $format Options: $opts"
./sox monkey.voc $opts /tmp/monkey.$format $effect
./sox $opts /tmp/monkey.$format /tmp/monkey.voc $effect
}
t raw -r 8130 -t ub
t au
t sf
t aiff
t hcom -r 22050
t 8svx
t sndr
t wav
t smp
t dat
#t cdr - need separate test and a mono->stereo effect